home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / kc22.arj / KC.DOC < prev    next >
Text File  |  1993-12-28  |  9KB  |  219 lines

  1.  
  2.                            KeyCount 
  3.                          Version 2.2
  4.  
  5.                  Copyright (c) 1993 Rob Cosgrove
  6.  
  7. KeyCount is a resident program which keeps a running count of 
  8. keystrokes entered, and periodically logs the result with date, 
  9. and time into an ASCII flat file, one file per workstation. Use 
  10. KeyCount to track the work of stenographers, typists, and data
  11. entry people in a network or on stand-alone PC's.
  12.  
  13. Netbios compatible, KeyCount can watch any number of 
  14. workstations, saving data into a file on a file server. It's
  15. transparent to the typist, and does it's work between keystrokes.
  16.  
  17.                          SYNTAX: 
  18.  
  19.         KC I=[interval] F=[file] K=[maxkeys] Q S
  20.  
  21. [interval] is in minutes. The default is 60.
  22.  
  23. [file] is the name (with drive and path) of the file in which to 
  24. store the data. The default is "\KC.KYS".
  25.  
  26. [maxkeys] is the maximum number of keystrokes per second which a 
  27. typist can be expected to type. Use this parameter to filter out 
  28. macros generated by some word processors, which are usually 
  29. executed quite a bit faster than a typist can type. All 
  30. keystrokes entered during any one second where the total of 
  31. keystrokes is greater than [maxkeys] will be ignored. The default 
  32. is 8.
  33.  
  34. [Quiet Load Mode] If you specify Q in the command line, KC loads 
  35. without a sign-on message. The default is Quiet Load Mode OFF.
  36. This option is active ONLY in registered versions.
  37.  
  38. [Signal] If you specify S in the command line, KeyCount will 
  39. signal its disk writes with an audible "bleep." The default is 
  40. Signalling OFF.
  41.  
  42. Any of the parameters may be left out to use the defaults.
  43.  
  44. KeyCount writes records once each interval, clearing its counters
  45. after it saves. No record is written for a period in which no 
  46. keystrokes were entered.
  47.  
  48.  
  49.                         THE DATA FILES
  50.  
  51. The KeyCount data files consist of 21 byte ASCII records
  52. delimited with CRLF, containing three fields in the following
  53. formats:
  54.  
  55.                    Date (YYMMDD)    6
  56.                    Time (HH:MM)     5
  57.                    Keystrokes      10
  58.  
  59.  
  60.                     Sample Records
  61.  
  62.                  920429 9:46        98
  63.                  920429 9:48       176
  64.  
  65.  
  66. You can use any software capable of reading flat files (including
  67. most word processors) to view, edit, and/or report on the data.
  68. We are available to write special reporting software using these
  69. files. Please contact us for a quote.
  70.  
  71.  
  72.                   REMOVING KeyCount FROM MEMORY
  73.  
  74. A seperate program, KCREMOVE.COM is used to remove KeyCount from
  75. memory. This program was introduced with KeyCount version 2.2. As
  76. with most TSR's, KC may not be able to be removed unless it is
  77. the last program loaded. If KCREMOVE is able to find and remove
  78. KC when it isn't the last program loaded, it will most certainly
  79. leave a "hole" in RAM which cannot be re-allocated for use by
  80. DOS.
  81.  
  82. KCRemove has only one optional parameter. If you enter "Q" as in:
  83.  
  84.                           KCRemove Q
  85.  
  86. KCRemove will load in "Quite Load Mode" with no screen display.
  87. Quiet Load Mode is only available in Registered versions of
  88. KeyCount and KCRemove.
  89.  
  90.  
  91.                           MODIFICATIONS
  92.  
  93. KeyCount is a modification of our standard TSR platform. The same 
  94. platform can do a number of jobs and background tasks, keying on 
  95. any hardware interrupt, including the keyboard.
  96.  
  97. If you have a specific modification you want us to make to 
  98. KeyCount for your application, call me, write, or leave EMail on 
  99. Compuserve. My ID is [76207,1600] and my phone number in Memphis 
  100. is (901) 682-0732, and the FAX is (901) 681-0445.
  101.  
  102.                          TROUBLE REPORTS
  103.  
  104. Please report problems with KC by Compuserve E-Mail to Rob
  105. Cosgrove [76207,1600], the Internet to address:
  106. 76207.1600@compuserve.com, by FAX to (901) 681-0445, or as a last
  107. resort by phone at (901) 682-0732. I'll need to know the type of
  108. computer, the amount of memory, a list of drivers loaded in
  109. CONFIG.SYS, a list of other TSR's loaded, the number of FILES and
  110. BUFFERS in CONFIG.SYS, the operating system version, the network
  111. type and version (if any), and anything else that may help me
  112. diagnose your trouble. If KC is at fault, I'll modify it and
  113. ship you a new copy.
  114.  
  115.                             THE PRICE
  116.  
  117. KeyCount and KCRemove represent hundreds of hours of hard work by
  118. an expert with years of experience - me. They were not developed
  119. as a hobby. When I want a hobby I drive sailboats and get as far
  120. away from computers as I can. I developed these programs as a
  121. commercial venture, and invested a substantial amount of money
  122. and time to make it happen.
  123.  
  124. So, KeyCount and KCRemove are NOT free, even though you may have
  125. downloaded them from a BBS or received them on a diskette along
  126. with a lot of other programs for an irrationally cheap price.
  127.  
  128. KeyCount and KCRemove are distributed under the Shareware
  129. concept. This innovative marketing technique allows you to "try
  130. before you buy" and receive some very interesting software that
  131. you just wouldn't see otherwise, because it doesn't fit in with
  132. "what sells" in the glitzy commercial software marketplace.
  133.  
  134. Shareware authors encourage the copying and distribution of their
  135. products through many means, including computer bulletin boards 
  136. and Shareware Collection diskettes. We encourage you to try our 
  137. products before you buy them. We do NOT encourage you to use them
  138. without paying us for our substantial investment in developing 
  139. them for you. If, after you try our software you decide you can't
  140. use it, erase it and owe us nothing.
  141.  
  142. However, if you try it and decide to use it, please pay for it as 
  143. you would any other product of value to you.
  144.  
  145. I regularly track the number of downloads of KeyCount and my 
  146. other Shareware programs from major BBS services like Compuserve. 
  147. You might be suprised to know that LESS THAN 1/5 of 1% of those 
  148. who download ever register their software; and that I regularly 
  149. get calls from long-time happy users with questions about 
  150. software that was never registered.
  151.  
  152. So, please support the Shareware concept to keep this great stuff
  153. coming. 
  154.  
  155. Try it before you buy it to make sure it works with your hardware
  156. and other software. If you want to use it, please register it for
  157. $49 (U.S.) per CPU, or $98 per site for sites with multiple CPUs
  158. and/or a network.
  159.  
  160. In return, you'll receive a version of KeyCount and KCRemove
  161. without the delayed log-in screen and WITH the Quiet Load Mode
  162. option active, my thanks, direct telephone support if needed, and
  163. a clear conscience.
  164.  
  165.                     REGISTRATION AND ORDERING
  166.  
  167. You can order directly from Precision Data Corporation or from
  168. Public (software) Library with your MC, Visa, AmEx, or Discover
  169. card by calling 800-242-4775 (From overseas, call 713-524-6394.)
  170. or by FAX to 713-524-6398 or by Compuserve to 71355,470. These
  171. numbers are for ordering only. Neither Rob Cosgrove nor Precision
  172. Data Corporation can be reached at these numbers. To contact Rob
  173. Cosgrove or Precision Data Corporation for information about
  174. dealer pricing, volume discounts, site licensing, the latest
  175. version number, for technical information, or to discuss returns,
  176. call (901) 682-0732 or write Precision Data Corporation, 654
  177. South White Station Road, Memphis, Tennessee 38117, or E-Mail to
  178. Compuserve address 76207,1600 or Internet address
  179. 76207.1600@compuserve.com.
  180.  
  181.                             CAUTIONS
  182.  
  183. Since this program directly monitors workers' productivity, it
  184. can sometimes be viewed by them as an invasion of privacy. Be
  185. diplomatic and tactful when installing it for the first time in
  186. an office which has not had tight supervision. Workers will
  187. almost always dislike it at first - wouldn't you?
  188.  
  189. Version 2.2 seems to suspend operation under Windows 3.1, then 
  190. resume when Windows is ended or a DOS application is launched.
  191.  
  192. KCRemove was introduced as version 1.0 on 12 Oct 1993 and only
  193. works with KeyCount version 2.2 and later, introduced on the same
  194. date.
  195.  
  196. If Sidekick is loaded first, it seems to temporarily disable 
  197. KeyCount when one of its windows is popped up. KeyCount returns 
  198. to normal operation when the window is down. If Sidekick is 
  199. loaded last, the problem doesn't appear. This may suggest some 
  200. experimentation with the loading sequence is necessary when 
  201. installing KeyCount in your system.
  202.  
  203. Please report any trouble to us immediately via Compuserve EMail
  204. or direct phone call so we can make repairs and upload the
  205. corrections to you. We will need to know the type of computer
  206. and/or network, the settings in the config.sys file, and the
  207. software running concurrently, including memory-resident programs
  208. and foreground applications.
  209.  
  210.  
  211.                          THE LEGAL STUFF
  212.  
  213. Although KeyCount has so far been a well-behaved TSR, there's 
  214. always the possibility it could confict with other TSRs and 
  215. drivers. By installing and running KeyCount, you relieve me of 
  216. all responsibility for any trouble it might cause. I guarantee 
  217. that at the time of its most current upload from my computer, it
  218. is virus-free.
  219.